home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)P / (A)P1.ADF / Polygon / iffwriter / README < prev   
Text File  |  1987-05-25  |  749b  |  21 lines

  1.  
  2.     Iffwriter2.c is modified from mand7.c of the mandelbrot program with
  3. permission to use it by Robert J. Mical.
  4.  
  5. The calling program to SavePicture() should have all the definitions
  6. included in this file and iffwriter.h.
  7.  
  8. Currently uses Lattice's file handling routines to allow writing over an
  9. existing file. The delay at the end of the routine allows the drives to
  10. settle before returning to the drawing routines.  Dos seems to need the time
  11. even if the drawing routines don't.
  12.  
  13. Known bug:
  14.      Crashes the system if write is made to a full disk.  Error handling
  15. routines don't work in this case and I don't have any docs concerning
  16. handling this dos message (disk full).
  17.  
  18.       Terry W. Gintz
  19.       4430 Pinecrest Drive
  20.       Eugene, Or 97405
  21.